-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Configure LUKS encrypted volume using crypttab #10333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #10389 🤖 @patchback |
(cherry picked from commit 731f0be)
Backport to stable-11: 💚 backport PR created✅ Backport PR branch: Backported as #10390 🤖 @patchback |
(cherry picked from commit 731f0be)
…ume using crypttab (#10389) Configure LUKS encrypted volume using crypttab (#10333) (cherry picked from commit 731f0be) Co-authored-by: Aditya Putta <[email protected]>
…ume using crypttab (#10390) Configure LUKS encrypted volume using crypttab (#10333) (cherry picked from commit 731f0be) Co-authored-by: Aditya Putta <[email protected]>
SUMMARY
Adds a crypttab entry for the
luks-home
encrypted volume using thecommunity.general.crypttab
module.This ensures the device is configured to auto-decrypt at boot using a provided password file, with options like
discard
and AES ciphering enabled.ISSUE TYPE
COMPONENT NAME
crypttab (community.general)